projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3fb6e
)
Remove deprecated GtkAccelGroup functions
author
Javier Jardón
<javierjc1982@gmail.com>
Thu, 8 Oct 2009 15:24:51 +0000
(17:24 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:48:45 +0000
(
01:48
+0200)
gtk/gtkaccelgroup.h
patch
|
blob
|
history
diff --git
a/gtk/gtkaccelgroup.h
b/gtk/gtkaccelgroup.h
index b1e874491ed948677de861ff6f05f9e435081e3c..bef6d97e18eacbb0867738cc94641545ba95c1c5 100644
(file)
--- a/
gtk/gtkaccelgroup.h
+++ b/
gtk/gtkaccelgroup.h
@@
-192,24
+192,6
@@
struct _GtkAccelGroupEntry
};
-#ifndef GTK_DISABLE_DEPRECATED
-/**
- * gtk_accel_group_ref:
- *
- * Deprecated equivalent of g_object_ref().
- *
- * Returns: the accel group that was passed in
- */
-#define gtk_accel_group_ref g_object_ref
-
-/**
- * gtk_accel_group_unref:
- *
- * Deprecated equivalent of g_object_unref().
- */
-#define gtk_accel_group_unref g_object_unref
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS